Merged
Conversation
Member
Author
|
Adding on hold here until numpy publishes wheels for python 3.9 support. Right now the macOS build is failing because it's linking against whatever blas lib is installed in the macOS CI node image and causing internal numpy errors. While this can probably be fixed by installing openblas locally in the CI job it's going to be a potential issue for users until numpy publishes a release with 3.9 support. |
9 tasks
Python 3.9.0 was released on 10-05-2020, this commits marks the support of Python 3.9 in qiskit-ignis. It adds the supported python version in the package metadata and updates the CI configuration to run test jobs on Python 3.9 and build wheels for Python 3.9.
Pull Request Test Coverage Report for Build 329944941
💛 - Coveralls |
mtreinish
added a commit
to mtreinish/retworkx
that referenced
this pull request
Oct 29, 2020
In Qiskit#168 we added support for 3.9 which included the CI config to publish Python 3.9 wheels. However as was caught in Qiskit#186 it neglected to remove the Python 3.9 skip for the win32 wheel job. This commit corrects the oversight so when we push a release we build a Python 3.9 wheel for win32.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python 3.9.0 was released on 10-05-2020, this commits marks the support
of Python 3.9 in qiskit-ignis. It adds the supported python version in
the package metadata and updates the CI configuration to run test jobs
on Python 3.9 and build wheels for Python 3.9.